> How can one go about Updating the text inside the gadget after the
> window and gadget are open. I have some definable gadgets and I want > to be able to display the new gadget text on the button without having > to open the window over again. How can I just update it? Maybe using > gerneric_kind?
Hmm.. The generic kind is certainly one way of doing that, but that
would be diffcult. I'm not sure if you can change the displayed label
by using SetGTAttr(), I can check. The only other OS legal way of doing
it is to create a new GT gadget and replace the old one with it,
remeberimg of course to remove the gadget list from the window before
you go fiddling with any GadTools gadgets.
>
> Also I was wondering how I could make the Button_kind act like a > boolean type gadget.
No, you most certainly can't, not without risking breaking GadTools
anyway. The RKMs strictly forbid any poking around in a GadTools
created gadget, except generic_kind.
Any why? Thats why there are check box GadTools gadgets, and besides
that would go against the concistency that gadtools was created to help